Nevron .NET Vision
Nevron.Chart Namespace / NAnnotation Class / HitTest Method / HitTest(NChartRenderingContext,NRectangleF,Boolean,List<INNode>) Method


In This Topic
    HitTest(NChartRenderingContext,NRectangleF,Boolean,List<INNode>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub HitTest( _
       ByVal context As NChartRenderingContext, _
       ByVal rect As NRectangleF, _
       ByVal containsOrIntersect As System.Boolean, _
       ByVal nodes As System.Collections.Generic.List(Of INNode) _
    ) 
    'Usage
     
    
    Dim instance As NAnnotation
    Dim context As NChartRenderingContext
    Dim rect As NRectangleF
    Dim containsOrIntersect As System.Boolean
    Dim nodes As System.Collections.Generic.List(Of INNode)
     
    instance.HitTest(context, rect, containsOrIntersect, nodes)
    public override void HitTest( 
       NChartRenderingContext context,
       NRectangleF rect,
       System.bool containsOrIntersect,
       System.Collections.Generic.List<INNode> nodes
    )

    Parameters

    context
    rect
    containsOrIntersect
    nodes
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also